.parsley-required,
.parsley-pattern,
.parsley-type {
    color: red !important;
}
.d-none {
    display: none;
}

.has-error {
    font-size: 13px;
}

.logincard_body a {
    text-decoration: none;
}
.auth-card .login-btn img {
    display: inline;
}

.sm-custom-alert {
    font-size: 15px;
    padding: 11px 17px !important;
}
.businesses_add_btn a {
    padding: 7px;
    text-decoration: none;
}
.business-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.logo-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
#business-add-edit-details .business-save-btn {
    text-align: center;
    padding: 6px;
    text-decoration: none;
}
.round input[type="radio"] {
    visibility: hidden;
}
.round input[type="radio"]:checked + label {
    background-color: #1a356a;
    border-color: #1a356a;
}
.round input[type="radio"]:checked + label:after {
    opacity: 1;
}

.search-bar-form {
    display: flex;
    align-items: center;
}

.search-bar-form .mobile-btn {
    margin-left: 10px;
}

/* Hide search-bar-form on desktop for specific pages */
@media (min-width: 768px) {
    .studio-overview .search-bar-form,
    .studio-overview .filter-search {
        display: none;
    }
}

/* Show search-bar-form on mobile for all pages */
@media (max-width: 767px) {
    .search-bar-form,
    .filter-search {
        display: flex !important;
    }
}

.modal-content-section {
    width: 100%;
}
.user-management .card_item a {
    text-decoration: none;
}
.task_btn a {
    text-decoration: none;
}
.confirmWidth {
    width: 400px !important;
    margin: 0 auto;
}
.bootbox-close-button {
    display: none;
}
.confirmWidth {
    border-radius: 15px !important;
    top: 131px;
}
.confirmWidth .action-btn {
    color: #fff;
    background-color: #1a356a !important;
    border-color: #1a356a !important;
    background: #1a356a;
    box-shadow: 0px 10px 12px rgb(23 16 62 / 6%);
    border: 1px solid #1a356a;
    border-radius: 15px;
    border: 1px solid #96a1c3;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-family: "NeurialMedium";
    padding: 8px 24px;
    height: 36px;
    margin-right: 10px;
}
.profile_card_item p a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    color: #1a356a;
    margin-top: 14px;
    margin-bottom: 0px;
    text-decoration: none;
}

.confirmation_msg p {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    margin-bottom: 0px;
}
.confirmation_msg img {
    margin-right: 12px;
}
.image_upload_wrap {
    cursor: pointer;
}

/* .common-modal .lib_btn,
.common-modal .edit_btn {
    margin-top: 15px;
}
 */
.custom-pagination {
    margin: 25px 0;
}

.select-modal-close {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialMedium";
    float: right;
    margin-left: 30px;
    background-color: #1a356a !important;
    border: 1px solid #1a356a !important;
}
.select-from-form form {
    display: inline-flex;
}
.select-from-form form button {
    margin-right: 10px !important;
}
.mark-complete {
    color: white;
    text-decoration: none;
}

.mark-complete:hover {
    color: white;
    text-decoration: none;
}

.change-status {
    color: #1a356a;
    text-decoration: none;
}
.change-status:hover {
    color: #1a356a;
    text-decoration: none;
}
.cancel {
    text-decoration: none;
}
.cancel:hover {
    color: #1a356a;
}
.all-studio {
    /*   width: 100%; */
    margin-right: 0px !important;
    margin-left: 8px !important;
}

.all-studio button a {
    color: #1a356a;
    text-decoration: none;
}

.tasks-lists .traning_img {
    text-align: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.loader-img,
.sm-custom-alert {
    display: none;
}
.inactive-users {
    margin-top: 10px;
}
.pagination-card {
    margin: 13px 0px;
}

.tab_content .ui-datepicker-trigger {
    visibility: hidden;
    position: absolute;
}
/* .page-link{
    background: #1A356A !important;
    color: #fff !important;
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
} */

.user-management .pagination {
    display: flex;
    justify-content: right;
}
.auth-card ul li {
    list-style: none;
}
.dashboard_card .profile_card_item {
    height: 145px;
}

#assigned-user-search {
    padding: 10px;
    min-width: 100px;
}
/* .confirmation_msg {
    padding: 15px;
} */

#confirm-modal .modal_btn_save {
    margin-top: 10px;
}

.studio-items .has-error {
    position: absolute;
    bottom: -5px;
}

.report-issue .has-error {
    position: absolute;
    bottom: -21px;
}

.studio-items .remove_drp {
    margin: 8px 0px;
}
/* .message-section {
    margin-top: 15px;
} */
.pagination-type {
    padding: 15px 0px;
    display: flex;
    justify-content: right;
}

.select-library-form {
    display: inline-flex;
    padding: 10px;
}

.select-library-form .header_btn {
    margin-right: 10px;
}

.form-control[readonly] {
    background-color: #ffffff !important;
    opacity: 1;
}
.modal_btn_save .lib_btn {
    padding: 5px 20px;
}

a.disabled-menu {
    /* pointer-events: none;*/
    cursor: default;
    background: none !important;
}

.disabled-menu svg path {
    fill: #1a356a;
}

.task-submit-row {
    margin-top: 15px !important;
}
.pd-10 {
    padding: 4px 0px;
}

.dashboard-stats-members li {
    width: 100% !important;
}
.role-shortname {
    font-weight: 500;
}
.btn-upload-submit {
    margin-left: 10px;
}
.confirmation_msg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.selectpicker li:first-child {
    display: none;
}
.notification_msg {
    margin-top: 11px;
    margin-left: 33px;
}
#notification-modal .modal-content {
    border-radius: 15px;
}
.discount-text {
    color: #2fa878 !important;
}
.share_task_btn {
    background: #1a356a;
    border: 1px solid #1a356a;

    border-radius: 15px;
    /* width: 208px; */
    height: 35px;
    position: relative;
    z-index: 2;
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: "NeurialMedium";
    display: flex;
    text-align: center;
    align-items: center;
    padding: 10px 16px;
}
.share_task_btn a {
    color: #ffffff;
}
.share_task_btn a:hover {
    color: #ffffff;
}
.hello {
    color: #1a356a !important;
}
.has-impersoante-mode {
    background: #1a356a !important;
}

.disabled-action {
    background-color: #aebcd7 !important;
    border-color: #aebcd7 !important;
}

.disabled-action-st {
    color: #aebcd7 !important;
    pointer-events: none;
}

a.disabled-action {
    opacity: 0.5;
}

.st-action .disabled-action {
    opacity: 0.5;
}

.lib_btn_content .disabled-action a {
    opacity: 0.5;
}
.lib_btn_content .disabled-action:disabled {
    opacity: 0.5;
}
/* Read more and Less*/
.read-more-show {
    cursor: pointer;
    /*color: #ed8323;*/
    text-decoration: underline;
    white-space: nowrap;
}
.read-more-hide {
    cursor: pointer;
    /*color: #ed8323;*/
    text-decoration: underline;
    white-space: nowrap;
}
.hide_content {
    display: none;
}

/* .share_task_btn {
    display: none;
}
.tasks-lists .share_task_btn {
    display: block !important;
} */

.daterangepicker .ranges li.active {
    background-color: #577ab5 !important;
    color: #fff;
}

.daterangepicker .btn-primary {
    background: #1a356a !important;
    border: 1px solid #1a356a !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #577ab5 !important;
    border-color: transparent;
    color: #fff;
}
.btn-spinner {
    margin-right: 10px;
}
.select-complted-by .bootstrap-select .btn.dropdown-toggle {
    padding-left: 14px !important;
}

.user-management .task_card_title {
    padding-left: 14px;
}
.user-management .change_btn {
    margin-left: 15px;
}
.nav_icon_label {
    width: 20px;
    height: 20px;
}

.assigned_user {
    width: 22px;
    height: 26px;
    position: absolute;
    left: 0;
}
.view_studio {
    max-width: 100% !important;
}
.logincard_body .form-group {
    position: relative;
}
.logincard_body .show-password,
.logincard_body .show-passwords {
    position: absolute;
    top: 25px;
    right: 20px;
}

.tutorial-link:hover {
    color: #ffffff !important;
}

#checkAll {
    cursor: pointer;
}
.btn-save-data:disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

@media only screen and (max-width: 600px) {
    .mb-done {
        display: none;
    }
    .task-data-input button.multiselect-option.dropdown-item {
        pointer-events: none;
    }

    .task-data-input span.form-check input,
    .task-data-input span.form-check label {
        pointer-events: all;
    }
    .task-data-input .scrollable-content {
        z-index: 2; /* Adjust as needed */
    }
    .task-data-input optgroup {
        pointer-events: none;
    }
}
.upload-mobile .camera_icon,
.upload-mobile .gallery_icon {
    /* z-index: 9999; */
}
.bootstrap-select .dropdown-menu {
    z-index: 9999;
}
.remove-attachment {
    cursor: pointer;
}
.file-name a {
    color: #1a356a !important;
}
.file-size a {
    color: #666666 !important;
}

#date-search-mobile .list-filtering .filter-calendar .filter-calendar-arrow {
    width: 79px !important;
}
#date-search-form .list-filtering {
    margin-right: 15px;
}

@media (max-width: 480px) {
    .import-form .btn-theme + .btn-theme {
        margin-top: 0px !important;
    }
    .send-email-btn {
        position: fixed;
    }
    .add-member-desk-btn {
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
    .mb-done {
        display: none;
    }
    .file-attachment-item {
        max-width: 353px;
    }
    .show-attachament .close {
        margin-left: 0px !important;
    }
    .show-attachament .download-btn {
        padding: 0 12px !important;
    }
    .download-btn svg {
        margin-right: 2px !important;
    }
    .show-attachament h1 {
        font-size: 15px !important;
    }
}
@media (max-width: 767px) {
    .task-body-bg {
        background-color: #eae6e1 !important;
    }
}
/* 
/* Hide studio filter buttons on desktop - only show on mobile */
@media (min-width: 768px) {
    .stud-btn {
        display: none !important;
    }

    .all-studio {
        display: none !important;
    }

} */

.mb-tooltip-img {
    min-width: 15px !important;
    min-height: 15px !important;
    max-width: 15px !important;
    max-height: 15px !important;
    background-color: #b8f4db;
}
.training_img {
    position: relative;
}
.training_img svg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    background-color: #b8f4db;
    z-index: 1;
    border-radius: 50%;
}

.mw-400 {
    width: 350px !important;
}

.studio-list .tooltip .tooltip-inner.bg-blue {
    background: #e8edf8;
    text-align: left;
}
#status_name:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}
.studio-status-filter {
    width: 304px !important;
}

.mb_tooltip,
.mb_tooltip-disconnected,
.mb_tooltip-connected {
    position: relative;
    left: 60px !important;
    top: 32px;
    min-width: 200px;
    max-width: 250px !important;
}
@media (max-width: 767px) {
    .studio-status-filter {
        margin-top: 10px;
        width: 100% !important;
    }
    .mb_tooltip {
        position: relative;
        left: 10 !important;
    }
    .tooltip-inner {
        position: relative;
        bottom: -155px;
        left: -28px;
    }
    .dispaly-inline-flex {
        display: inline !important;
    }
    .gallery_icon {
        display: none;
    }

    .admin_input .show-password,
    .admin_input .show-passwords {
        position: absolute;
        right: 20px;
        top: 40px;
    }

    .task-multifilter-mobile {
        display: block !important;
        float: right !important;
    }

    .custom-task-dropdown .dropdown-menu {
        width: 320px;
    }

    .task-library-list-modal .list-filtering {
        min-height: 363px;
    }

    .gallery_icon {
        display: none;
    }
    .edit-task-modal .task-delete-btn {
        margin: 10px 0px;
    }
}

.mb_tooltip .tooltip-inner.bg-blue {
    background: #e8edf8;
    text-align: left;
    min-width: 200px !important;
    max-width: 250px !important;
}

.mb_tooltip-disconnected .tooltip-inner.bg-blue {
    background: #e8edf8;
    text-align: left;
    min-width: 200px !important;
    max-width: 316px !important;
}

.mb_tooltip-connected .tooltip-inner.bg-blue {
    background: #e8edf8;
    text-align: left;
    min-width: 178px !important;
    max-width: 178px !important;
}
.accordion-button:hover {
    z-index: 1;
}
.dispaly-inline-flex {
    display: inline-flex;
}

.mb-show-filter {
    text-align: right;
}
@media only screen and (max-width: 600px) {
    .mb-done {
        display: none;
    }
    .file-attachment-item {
        max-width: 353px;
    }
    .show-attachament .close {
        margin-left: 0px !important;
    }
    .show-attachament .download-btn {
        padding: 0 12px !important;
    }
    .download-btn svg {
        margin-right: 2px !important;
    }
    .show-attachament h1 {
        font-size: 15px !important;
    }
}

.autopay_links {
    color: #1a356a;
}
.autopay_links:hover {
    color: #1a356a;
}

.listing-data .listing-meta .mb-list {
    padding-left: 0px;
}

.listing-data .listing-meta .mb-list svg {
    margin-right: 7px;
}
@media (max-width: 424px) {
    .performance-data .calendar-table .month {
        margin-right: 31px !important;
    }
    .line-break-mobile {
        white-space: pre-line;
    }
}

.task-category-img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
#category .bootstrap-select .btn.dropdown-toggle {
    padding-left: 20px;
}

.category-option-image {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.task-list-category svg {
    margin-right: 12px;
    margin-bottom: 4px;
}
.task-library-list-modal .multiselect {
    border-radius: 15px;
}

.task-library-list-modal button.multiselect::before {
    content: "";
    width: 20px; /* Set a width for the pseudo-element */
    height: 20px; /* Set a height for the pseudo-element */
    position: absolute;
    bottom: 10px;
    left: 0px;
    background-image: url(../images/pipe.svg);
    background-repeat: no-repeat;
    background-position: 13px 5px;
    padding-left: 36px;
    left: 2px;
}

.task-library-list-modal button.multiselect::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 15px !important;
    right: -4px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
}

.task-library-list-modal span.multiselect-native-select .btn-group > button {
    padding: 7px 37px;
}

.task-data-input #category .bootstrap-select .btn.dropdown-toggle {
    padding: 8px 14px;
}
.task-data-input .filter-option-inner-inner {
    color: #1a356a;
}

.task-library-list-modal .form-check-input {
    width: 16px !important;
    height: 16px !important;
    margin-top: 3px;
}
.task-library-list-modal
    .multiselect-container
    .multiselect-option.dropdown-item
    .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    margin-bottom: 0;
    position: relative;
    top: -2px;
}

.task-library-list-modal
    .form-group-multi-checkbox-select
    .multiselect-container
    .multiselect-option.dropdown-item
    .form-check-label {
    margin-bottom: 0;
    position: relative;
    top: -1px;
}

.tasks-lists .box_innerlayout {
    min-height: 750px;
}
.task-share-block {
    height: 35px;
}

.task-share-block .multi-filters-trigger {
    height: 35px;
}
.custom-task-dropdown .multiselect-all {
    height: 36px;
}
.tasks-lists .tooltip {
    width: auto !important;
}
.category-select .dropdown-toggle {
    padding-left: 22px !important;
}

.task-library-list-modal span.multiselect-native-select .multiselect-container {
    max-height: 35vh !important;
}
.category-select .bootstrap-select .btn.dropdown-toggle {
    padding: 8px 19px !important;
}

.custom-task-dropdown span.multiselect-native-select .btn-group > button {
    padding: 9px 5px;
}

.custom-task-dropdown .bootstrap-select > .dropdown-toggle:after,
.bootstrap-select.dropup > .dropdown-toggle:after {
    position: absolute;
    right: 10px;
}

.custom-task-dropdown .multiselect .dropdown-toggle:after,
.custom-task-dropdown .multiselect.dropdown-toggle:after {
    border: 0;
    min-width: 15px;
    height: 6px;
    background: url(../images/chevron_down.svg) no-repeat right center;
    margin: 0;
    line-height: 1;
    display: block;
    position: absolute;
    right: 9px;
    bottom: 16px;
}
.custom-task-dropdown .bootstrap-select.show > .dropdown-toggle:after,
.custom-task-dropdown .bootstrap-select.dropup.show > .dropdown-toggle:after {
    transform: unset !important;
}
#task_library_list {
    min-height: 400px;
}

@media (max-width: 767px) {
    #task_library_list .theme-tooltip-right + .tooltip {
        position: absolute !important;
    }

    .task-library-list-modal .multiselect-container button {
        pointer-events: none;
    }

    .custom-task-dropdown .multiselect-container button {
        pointer-events: none;
    }
    .task-library-list-modal span.form-check input,
    .task-library-list-modal span.form-check label {
        pointer-events: all;
    }
    .custom-task-dropdown span.form-check input,
    .custom-task-dropdown span.form-check label {
        pointer-events: all;
    }
    /* .task-library-list-modal .multiselect-container {
        left: 7px !important;
    } */
}

@media (max-width: 480px) {
    .training_img + .users-card-title {
        margin-right: 55px;
    }
    .users-card-title .task_card_header {
        max-width: 160px;
    }
    .user-total-count {
        display: none;
    }

    .task_card_header h5 {
        font-size: 16px;
        word-break: unset;
        word-wrap: break-word;
    }
    .user-management .admin_count_header {
        display: none;
    }
    .no-pad-sm-device {
        /* padding-right: 0px; */
    }
    .task-data-input button.multiselect-option.dropdown-item .form-check {
        pointer-events: none;
    }
    .task-data-input button.multiselect-group.dropdown-item {
        pointer-events: none;
    }
    .cust-edit-studio-btn h6 {
        margin-top: 0px !important;
        color: #1a356a;
    }
    .delete-user-btn {
        width: 100% !important;
    }
    .repeat-btn {
        line-height: 25px;
    }
    .best-practise-tooltip {
        margin-top: 7px;
        width: 36px;
        height: 36px;
        padding: 8px;
        margin-right: 13px;
        margin-left: 12px;
    }

    .bestpractise-tooltip-section .best-tooltip-inner {
        width: 98% !important;
    }
    #task_library_list .tutorial-link {
        width: 134px;
    }

    #task_library_list .tutorial-link img {
        margin-right: 1px !important;
        margin-left: 6px !important;
    }
    .custom-task-dropdown .dropdown-menu {
        z-index: 9999;
    }
    .custom-task-dropdown .dropdown-menu {
        min-height: 170px;
    }
    .mb-activation-code-display {
        margin-bottom: 12px;
        width: 74%;
    }

    .mb-activation-code-display {
        margin-bottom: 12px;
        width: 74%;
    }

    /* .studio_show {
        z-index: 100;
    } */
    .discount-edit a {
        margin-top: 10px;
    }
    .discount-edit button {
        width: 100%;
    }

    .discount-edit .btn-theme + .btn-theme {
        margin-left: 0px;
    }
    .discount-label {
        display: none;
    }
    .label-p {
        display: none;
    }
    .description-p {
        padding-left: 18px;
    }
    .manage_discount_btn {
        width: 100%;
    }
    .discount-body #ui-datepicker-div {
        z-index: 100000 !important;
    }
    .manage_discount_btn {
        margin-right: 0px !important;
    }

    .discount-close {
        position: relative;
        top: -37px;
    }
    .discount-header {
        position: relative;
        top: 8px;
    }
    .discount-header-text {
        margin: unset !important;
        margin-bottom: 5px !important;
    }
    .category-select .bootstrap-select {
        width: 85% !important;
    }

    .task_card .flagged-status > li + li {
        margin-left: 7px !important;
    }
    .filter-loader {
        position: absolute;
        right: 40%;
    }
    .scroll-loader {
        position: absolute;
        right: 37%;
    }
    .filter_links_desktop {
        display: none;
    }

    .filter_links_mobile {
        display: block !important;
    }
    .mb_tooltip-accounts {
        left: 61px !important;
    }
    .account-subitem .tooltip .mw-400 {
        width: 300px !important;
    }

    .mw-pending {
        width: 300px !important;
    }
    .mw-incomplte {
        width: 262px !important;
    }
    .account-subitem .tooltip {
        position: absolute !important;
    }

    .mb_tooltip-accounts {
        top: 267px !important;
    }

    .filter_links_desktop {
        display: none;
    }

    .filter_links_mobile {
        display: block !important;
    }
    .member-management .multi-filters .multi-filters-trigger {
        padding: 0 15px !important;
    }
    li.active-mem-li {
        margin-left: 4px !important;
    }
    .member-block li {
        margin-right: 14px !important;
    }
    .member-management .multi-filters .multi-filters-trigger {
        padding: 0 15px !important;

    }
}

.task-filter-applied {
    background: #e0ff9c !important;
    border: 1px solid #e0ff9c !important;
    color: #1a356a !important;
}

.task-filter-applied::after {
    background: #e0ff9c url(../images/dropdown-icon-white.svg) no-repeat center !important;
}
.custom-task-dropdown .multi-filters-trigger::after {
    content: "";
    cursor: pointer;
    position: absolute;
    right: 17px;
    width: 10px;
    height: 10px;
    background: #1a356a url(../images/chevron_down_white_sm.svg) no-repeat
        center;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    margin-right: 0 !important;
}

.custom-task-dropdown .multi-filters-trigger {
    padding-right: 34px;
}
.custom-task-dropdown .multi-filters-trigger.show::after {
    display: none;
}

.custom-task-dropdown .multi-filters-trigger.show {
    padding-right: 20px;
}

.task-filter-applied svg.dropdown-icon-white path,
.task-filter-applied svg.dropdown-icon-white path {
    fill: #1a356a;
    stroke: #1a356a;
}

.task-filter-applied.show > .dropdown-close-yellow {
    display: inline-block;
}

.custom-task-dropdown .dropdown-close-yellow {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    margin-right: 0 !important;
    display: none;
}

.task-filter-applied::after {
    background: #e0ff9c url(../images/dropdown-icon-white.svg) no-repeat center !important;
}

.dropdown-close-yellow path {
    fill: #1a356a !important;
    stroke: #1a356a !important;
}
.task-filter-applied .dropdown-close path {
    fill: #1a356a !important;
    stroke: #1a356a !important;
}
.no-scroll {
    overflow: hidden !important;
}

.discount-check {
    position: absolute !important;
    right: 15px;
    bottom: 6px;
}
.total-amount ul {
    list-style: none;
}

.total-amount ul li {
    color: #1a356a;

    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    width: 100%;
    display: inline-flex;
}

.discount-section input {
    color: #1a356a !important;
    font-weight: 400;
}

.left-text,
.right-text {
    width: 50%;
}
.discount-section .right-text {
    font-weight: 500;
}

.discount-section .left-text {
    font-weight: 700 !important;
}

.discount-section h3 {
    margin-bottom: 0x !important;
}
.discount-section .total-amount {
    font-weight: 700 !important;
}
.discount-section .payment_label {
    margin-bottom: 15px;
}

.discount-text {
    font-size: 13px !important;
}

.discount-section .form-group {
    margin-bottom: 1px !important;
}
.discount-error {
    font-size: 13px;
}

.cust-edit-studio-btn h6 {
    margin-top: 10px;
    color: #1a356a;
    font-size: 14px !important;
}
.discount-code {
    /*pointer-events: none;*/
}

.all-user-selected {
    color: white !important;
}
.all-user-selected::before {
    content: "All Users";
    color: #1a356a;
}

.all-category-selected {
    color: white !important;
}
.all-category-selected::before {
    content: "All Tags";
    color: #1a356a;
}

.task-confirmation .modal_btn_save button {
    padding: 5px 12px !important;
}
.task-confirmation .modal_btn_save button:nth-child(2) {
    margin-right: 10px;
}

.task-confirmation .close-btn svg {
    margin-right: 7px;
}

.custom-task-dropdown .disabled-action::after {
    background: unset !important;
}
.message-modal .confirmation_msg p {
    margin-bottom: -2px !important;
}
.message-modal .confirmation_msg {
    margin-top: 2px !important;
}

.best-practise .tooltip .tooltip-inner.bg-blue {
    max-width: 380px !important;
}
.best-tooltip-inner a {
    padding-bottom: 1px;
    border-bottom: 1.5px solid #1a356a63;
    color: #1a356a;
}
.best-practise-tooltip {
    /* margin-right: 10px; */
}

.best-tooltip-inner .tooltip-inner {
    max-width: 320px !important;
}

.best-tooltip-inner .tooltip-inner {
    padding: 11px 21px !important;
}

@media only screen and (min-width: 992px) {
    .bestpractise-tooltip-section img.best-practise-tooltip {
        width: 15px;
    }
    .category-select .bootstrap-select {
        width: 90% !important;
    }
    .tooltip-complete {
        top: 49px !important;
    }
    li.active-mem-li {
        width: 109px;
    }
    .msg_btn_content {
        display: flex !important;
        align-items: center;
        justify-content: end;
    }
}

@media (max-width: 480px) {
    .category-select .bootstrap-select {
        width: 85% !important;
    }
}

@media only screen and (min-width: 480) and (max-width: 750px) {
    .category-select .bootstrap-select {
        width: 90% !important;
    }
}

@media only screen and (min-width: 750px) and (max-width: 1000px) {
    .bestpractise-tooltip-section img.best-practise-tooltip {
        width: 15px;
    }
    .category-select .bootstrap-select {
        width: 80% !important;
    }
    .s-names {
        margin-left: 30px;
    }
    .task_icon_left {
       margin-left: 30px;
    }
    .msg_btn_content {
        display: grid;
        align-items: center;
        justify-content: end;
    }
    .strategy_listitem p{
        overflow: hidden;
    }
}

.custom-task-dropdown .dropdown-menu {
    z-index: 9999;
}

.cancel_task_delete svg {
    margin-right: 6px;
}

.mb-activation-code-display {
    margin-right: 10px;
    min-width: 27%;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 0px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
}

.code-display {
    border-radius: 15px;
    width: 100%;
    margin-right: 10px;
    padding: 7px 14px;
    border: 1px solid #dddddd;
    background: #ffffff;
    font-size: 14px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
}

.info-tooltip-link img {
    width: 39px !important;
    height: 39px !important;
    margin-top: 4px;
}

.info-tooltip img {
    width: 39px !important;
    height: 39px !important;
    margin-right: 10px;
}

.weekly-item-user.text-truncate {
    white-space: unset;
}
.weekly-assigned-list {
    height: auto;
    padding: 2px 0px;
}

.discount-body .switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 21px;
}

.discount-body .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.discount-body .switch-text {
    position: relative;
    color: #1a356a;
    bottom: 2px;
    left: 10px;
}
.discount-body .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.discount-body .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.discount-body input:checked + .slider {
    background-color: #2fa878;
}

.discount-body input:focus + .slider {
    box-shadow: 0 0 1px #2fa878;
}

.discount-body input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(19px);
}

/* Rounded sliders */
.discount-body .slider.round {
    border-radius: 34px;
}

.discount-body .slider.round:before {
    border-radius: 50%;
}

.discount-edit h6 {
    margin-top: 10px;
    color: #1a356a;
    font-size: 14px !important;
    margin-left: 11px;
    font-weight: 400;
}
.discount-list #search-bar {
    width: 100% !important;
    margin-right: 7px;
}

p.label-p {
    color: #1a356a;
    font-weight: bold;
}
p.description-p {
    margin: 0 !important;
    color: #1a356a;
}
.manage_discount_btn {
    background: #ffffff40;
    border: 0.3px solid #ffffff40;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
button.manage_discount_btn:hover {
    color: #ffffff40;
}
.manage_discount_btn img {
    width: 20px;
    height: auto;
    width: 20px;
    height: auto;
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 3px;
}

.calender_drp .cal_img_blue {
    background-image: url(../images/calendar_blue.svg);
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat, repeat;
    top: 13px;
    left: 10px;
}

.discount_calendar .datepicker {
    padding-bottom: 9px;
}

.manage_discount_btn {
    margin-right: 20px;
}
.manage_discount_btn:hover {
    background: #ffffff40;
    border-color: #ffffff40;
}
.manage_discount_btn:active {
    background: #ffffff40;
    border-color: #ffffff40;
}
.plan-description {
    font-weight: 500 !important;
}
.discount_display .plan-description {
    margin-top: 10px;
}
#discount_block .card_item {
    margin: 8px 9px !important;
}
#discount_block .theme-toggle-trigger {
    margin: 0 8px !important;
}
.discount-search-form {
    margin: 0 8px;
}
.discount-loader {
    margin-top: 50px;
    margin-bottom: 50px;
}

.flag-wrapper {
    float: right;
    margin-top: -3px;
}

.flag-wrapper img {
    height: 45px;
}

.category-select .bootstrap-select .btn.dropdown-toggle {
    padding: 8px 19px !important;
    width: 98%;
}
.flag-wrapper img:hover {
    cursor: pointer;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-8 {
    margin-right: 8px !important;
}

.custom-task-dropdown .disabled-action::after {
    background: unset !important;
}
.mb_tooltip-accounts {
    position: relative;
    left: -61px;
    top: 59px;
    min-width: 200px;
}

/* bug_in_confirmation_tick_86ctt30me  */
.round input[type="radio"]:checked + label {
    background-color: transparent;
    border-color: transparent;
}
.round input[type="radio"]:checked + label:after {
    background: url(../images/check-circle.svg);
}
.popover-contentbox {
    z-index: 9999 !important;
}

.ca-act-pending {
    background: #c8b8a8 !important;
    border-color: #c8b8a8 !important;
}

.ca-mb-disconnected {
    background: #ffbcaa !important;
    border: 1px solid #ffbcaa !important;
}

.ca-not-connected {
    background: rgba(150, 161, 195, 0.2);
    color: #1a356a;
    border: 1px solid rgba(150, 161, 195, 0.2) !important;
}

.list-filtering .filter-calendar .filter-calendar-arrow.prev-week {
    border-radius: 15px 0px 0px 15px;
}

.list-filtering .filter-calendar .filter-calendar-arrow.next-week {
    border-radius: 0px 15px 15px 0px;
}
.repeat-small {
    width: 10px !important;
}
.category-sm-icon svg {
    height: 10px !important;
}
@media (min-width: 768px) {
    .weekly_list .list-filtering {
        margin-right: 10px;
    }
    .add-member-mobile-btn {
        display: none;
    }
}
.weekly_list .list-filtering .filter-calendar {
    max-width: 235px;
}
.cat-icon {
    position: relative;
    bottom: 3px;
}
.weekly-sm-svgs {
    height: 8px;
}
.cat-icon svg {
    position: relative;
    height: 12px !important;
}
@media (max-width: 767px) {
    .weekly_list .list-filtering .filter-calendar {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    #date-search-form .list-filtering {
        margin-right: 0;
    }
    .weekly-item-info,
    .weekly-item-reschedule {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }
    .multi-filters-membership {
        width: 100% !important;
    }
    .multi-filters-membership .radio-toolbar label {
        width: auto;
        padding-left: 3px;
        padding-right: 2px;
    }
    .rollover-footer .btn-save-data {
        margin-top: 11px;
    }
    .rollover-footer .me-3 {
        margin-right: 9px !important;
    }
    .btn-md-light {
        width: 100% !important;
    }
    .member-management .close-filter {
        margin-left: 5px !important;
        padding-left: 15px !important;
    }
    .member-management .btn-theme > img,
    .btn-theme > svg {
        margin-right: 8px;
    }

    .member-management .multi-filters > .btn-theme {
        padding-right: 28px !important;
    }
    .multi-filters-membership .radio-toolbar label {
        font-size: 13px  !important;
    }

    .multi-filters-membership .radio-toolbar label {
        width: auto;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

}
.action-filters-content {
    display: block;
}
.filter_links_mobile {
    display: none;
}
.task-info-close {
    cursor: pointer;
}
.scroll-loader img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.weekly-item-info-desc {
    line-height: 18px !important;
}

.weekly-item-info-desc {
    padding-right: 10px;
}

.mem-profile_total {
    margin-left: 0px !important;
}
.mobile-active-filter .btn-theme {
    margin-left: 0px !important;
}
.mobile-filter .multi-filters-trigger {
    margin-bottom: 10px;
}

.logout-menu[data-bs-toggle="tooltip"] {
    margin-bottom: 25px;
}
.member-management .task_card_header,
.connect-accounts .task_card_header,
.social-strategy .task_card_header,
.flagged-members-list .task_card_header,
.social_tracking_list .task_card_header,
.leads-listing .task_card_header,
.studio-owner-dashboard .task_card_header {
    max-width: 100% !important;
}

@media only screen and (min-device-width: 414px) /* iPhone XS Max,
    11 Pro Max */ and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) {
    .performance-data .next {
        position: absolute;
        left: 200px;
    }
    .avg-visits {
        width: 100px !important;
    }
    .avg-count {
        margin-right: 17px;
    }
    .active-mem-li {
        width: 156px !important;
    }
}


/* feb_ui_scroll_86cujd660 */
.bootstrap-select .dropdown-menu {
    transform: none !important;
    top: 100% !important;
}

.avg-visit {
    margin-left: 20px !important;
}

.dropdown-filter-form
    .multiselect-container
    .multiselect-group.dropdown-item
    .form-check-label {
    line-height: 5px !important;
}
@media only screen and (min-width: 768px) {
    body ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 8px;
    }
    body ::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .timezone_change_btn {
        margin: 0 10px;
    }
}
.dashboard-stats-list li + li {
    margin-left: 8px !important;
}
.active-mem-li {
    width: 200px !important;
}
@media (max-width: 767px) {
    .engagement li + li {
        margin-left: 9px !important;
    }
    .active-mem-li {
        width: 95px !important;
    }
    
}

.repeat_enddate_section .repeat_end_date {
    padding-left: 37px;
}

.first-time-gst .left-text {
    font-weight: 700 !important;
}
.admin-side-gst .total-amount ul li {
    line-height: 0px !important;
}

.gst-amount ul {
    list-style: none;
}

.gst-amount ul li {
    color: #1a356a;

    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    width: 100%;
    display: inline-flex;
}
.admin-side-gst .gst-amount ul li {
    line-height: 0px !important;
}

.discount-body .switch.switch-24 {
    width: 36px;
    height: 21px;
}
.discount-body .switch.switch-24 .slider:before {
    width: 14px;
    height: 14px;
    left: 3px;
    bottom: 3px;
}
.discount-body .switch.switch-24 input:checked + .slider {
    background-color: #2fa878;
}
.discount-body .switch.switch-24 input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
.performance-data .view-link-gray {
    margin-top: 3px;
}
.rollover-footer #select-type {
    border-bottom: 1px solid #aebcd7;
    line-height: 20px;
}
.mb_tooltip-disconnected .tooltip-inner.bg-blue.mw-210px {
    max-width: 240px !important;
}

.message-modal .modal-content {
    background-color: transparent;
    border: none;
}

.cs_logo {
    height: 100px;
}
.currency-form-check {
    padding-bottom: 10px;
}
.time_zone {
    color: #a83d1f;
}

.timezone-spinner {
    margin: 0 10px;
}

.currency-form-check {
    padding-left: 1px !important;
}

.currency-form-check input[type="radio"]:checked + label::after {
    background-color: #4caf50;
}

label.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4c3042 !important;
}
.mobile-filter-wrap {
    margin-top: 10px;
}



.mobile-filter-wrap {
    margin-top: 10px;
}

.dashboard-stats-list li + li {
    margin-left: 8px !important;
}
.active-mem-li {
    width: 200px !important;
}
@media (max-width: 767px) {
    .engagement li + li {
        margin-left: 9px !important;
    }
    .active-mem-li {
        width: 95px !important;
    }
    .task_icon_left {
        margin-left: 27px;
        margin-top: -6px;
    }
    .godmode_btn {
        background: #f79175 !important;
        border: unset;
        border-radius: unset;
    }

    .timezone-block-mobile  .btn-spinner {
        margin-right: 2px !important;
    }
    .additional-expense-item .currency {
        left: 17px;
        top: 32px;
    }

    .keyword_search {
        height: 45px;
    }

    .keyword-search-group  .dropdown-menu {
        min-height: unset;
    }
    .task_icon_left {
        margin-left: 27px;
        margin-top: -6px;
    }
    .weeklyTask-wrapper {
        margin-top: 10px;
    }

    .cust-status .tooltip.synced {
        left: 182px !important;
        width: auto;
        top: -44px !important;
    }
    .cust-status .tooltip.not_synced  {
        top: -44px !important;
        left: 150px !important;
        width: auto;
    }
    .additional-expense-item .currency  {
        left: 17px;
        top: 32px;
    }
    .task_icon_left {
        margin-left: 27px;
        margin-top: -6px;
    }
    .terms-conditions-link {
        left: unset !important;
       
        bottom: 10px !important;
        color: #1a356a !important;
        text-align: center !important;
    }
    .terms-conditions-link a {
        color: #AAAAAA !important;
        font-weight: 500;
        padding: 0px 7px;
        font-family: "NeurialMedium";
        font-size: 14px;
    }
    .terms-conditions-link a:hover {
        color: #AAAAAA !important;
    }
    .logincard_body  {
        padding-bottom: 78px !important;
    }
    .terms-pipe {
        color: #AAAAAA !important;
    }
    .terms-pipe::before {
        content: "|";  /* Pipe symbol */
        padding: 0 5px;  /* Adds space on either side */
        color: #AAAAAA !important;
        font-size: 22px;  /* Adjust size if needed */
    }
}


.member-values li + li {
    margin-left: 5px;
}

.engagement-block li + li {
    margin-left: 1px !important;
}

.member-block li + li {
    margin-left: -6px !important;
}

.avg-count {
    margin-right: 4px;
} 

.mobile-filter-wrap {
    margin-top: 10px;
}

.betterdocs-ia-launcher-wrapper {
    z-index: 9999 !important;
}

.betterdocs-ia-home.active {
    background: #fff !important;
}
.betterdocs-info {
    color: #fff !important;
}
.betterdocs-ia-common-header .betterdocs-ia-search,
.betterdocs-ia-common-header .betterdocs-ia-search .betterdocs-ia-search-field {
    background-color: #fff !important;
}
#se-other-bname {
    background: unset !important;
    width: 100% !important;
    text-align: left;
}
.mobile-icon-area {
    padding: 10px;
}

.btn-link {
    color: #fff !important;
    text-decoration: underline !important;
}
.color-notification {
    color: #7edbb4;
}
.betterdocs-ia-tabs li.active {
    background: #fff !important;
}

.timezone-block-mobile {
    background: #e0ff9c;
    border: 1px solid #e0ff9c;
    color: #1a356a;
    padding: 11px;
}

.timezone-block-mobile .time_zone {
    color: #1a356a;
}

.imp-btn {
    color: #1a356a;
    min-height: 35px;
    position: relative;
    z-index: 2;
    padding: 10px;
    color: #1a356a;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: "NeurialMedium";
    display: flex;
    text-align: center;
    align-items: center;
    padding: 10px 16px;
}
.imp-btn svg {
    margin-right: 8px;
}
.impersonate_btn {
    background: #e0ff9c;
}
.impersonate_btn span,
.impersoante span {
    color: #84b814;
    text-align: left;
}
.cursor-pointer {
    cursor: pointer;
}
.theme-check .theme-check-input[type="radio"] + .theme-check-label::before {
    border-radius: 50%;
    background-color: #dddddd;
}
.theme-check
    .theme-check-input[type="radio"]:checked
    + .theme-check-label::after {
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #577ab5;
    border-radius: 50%;
}
.color-primary {
    color: #1a356a !important;
}
.py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header .instant-loader{
    margin-right: 10px;
    margin-left: 10px;
} 
.impersoante .time-zone-change {
    color: #84B814;
}
.select_drp #scheduled_date {
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 0px;
    padding: 12px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    padding-left: 37px;
}
.edit-performace-data .currency {
    position: relative;
    color: #1a356a;
    bottom: 33px;
    left: 10px;
}
.edit-perform .currency{
    position: relative;
    left: 18px;
    color: #1a356a;
}

.btn-link {
    color: #fff !important;
    text-decoration: underline !important;
}
.color-notification {
    color: #7edbb4;
}
.mxw-100 {
    max-width: 100%;
}

.additional-expense-item input {
    color: #1a356a !important;
}
.timezone-block-mobile .time-zone-change{
    color: #84B814;
}

.keyword-search-group  span.multiselect-native-select .btn-group > button {
    padding: 10px 27px !important;
}
.keyword-search-group  .dropdown-menu {
    width: auto !important;
}


.bulk_selction_box {
    background: #1a356a;
    padding: 15px;
    box-shadow: 0px 7px 8.4px 5.6px rgba(23, 16, 62, 0.06);
    border-radius: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}

.bulk_selction_box button > svg {
    margin-right: 5px;
}

.task-listing-data
    .theme-check
    .theme-check-input
    + .theme-check-label::before {
    width: 16px !important;
    height: 16px !important;
}
.task-listing-data
    .theme-check
    .theme-check-input:checked
    + .theme-check-label::after {
    width: 16px !important;
    height: 16px !important;
}
#taskcheckAll {
    cursor: pointer;
}
.bulk_selction_box .btn-action:disabled {
    opacity: 0.5;
}

.bulk_selction_box .btn-action.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.bulk_selction_box .btn-action {
    cursor: pointer;
}

.keyword-search-group  span.multiselect-native-select .btn-group > button {
    padding: 10px 27px !important;
}
.keyword-search-group  .dropdown-menu {
    width: auto !important;
}

#taskcheckAll {
    border-bottom: 1px solid #aebcd7;
    color: #aebcd7;
}
@media (min-width: 1200px) {
    .tab_content.scrolling-enabled {
        padding-top: 0px;
    }
    .tab_content.scrolling-enabled #task_filter_actions {
        position: fixed;
        top: 90px;
        left: 70px;
        right: 50px;
        z-index: 9;
        background-color: #ede9e4;
        /* padding: 0 15px; */
    }
    .tab_content.scrolling-enabled #task_bulk_selction {
        position: fixed;
        top: 150px;
        left: 70px;
        right: 50px;
        z-index: 9;
        background-color: #ede9e4;
        /* padding: 0 15px; */
    }

    .cust-status .tooltip.not_synced  {
        top: 113px;
        left: 219px !important;
    }
    
    
    .cust-status .tooltip.synced  {
        top: 113px;
        left: 189px !important;
    }

}

.keyword_search {
    height: 45px;
}

.keyword_search {
    background: #fff url(../images/Keyword_Search.png) no-repeat left 12px center;
    color: #1A356A;
    font-size: 16px;
    padding-left: 39px;
}

.terms_layout p {
    padding-right: 10px;
}
.tc_link{
    margin: 5px 0px; 
}
.tc_link a{
    margin-top: 13px;
    color:#577AB5;
    text-decoration: underline !important;
}
.tc_link a:hover{
    color:#577AB5;
}
.terms-conditions-link {
    position: absolute;
    left: 46px;
    bottom: 46px;
    font-size: 16px;
    color: #FFFFFF;
}
.terms-conditions-link a {
    color: #FFFFFF;
}
.terms-conditions-link a:hover {
    color: #FFFFFF;
}
.terms-pipe {
    color: #AAAAAA !important;
}
.terms-pipe::before {
    content: "|";  /* Pipe symbol */
    padding: 0 5px;  /* Adds space on either side */
    color: #AAAAAA !important;
    font-size: 22px;  /* Adjust size if needed */
}
@media (max-width: 1299px) {
    #all-users-list .listing-data .listing-meta:not(.full-w) {
        max-width: 533px;
    }
}

@media (max-width: 991px) {
    .timezone-truncate-sm {
        max-width: 65px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.manage_discount_btn:disabled {
    background: #ffffff40 !important;
}

.manage_discount_btn:active + .color-box {
    background: #ffffff40 !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background: #ffffff40 !important;

}
.task-list-category {
    margin-right: 8px;
}
.tutorial-link-img {
    margin-right: 1px !important;
}
.tutorial-link {
    min-width: 88px;
}